.wd1200 {
  width: 1200px;
  margin: 0 auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.head {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}
.head .box {
  background: rgba(216, 216, 216, 0.2);
}
.head .box > .hd-content {
  padding-top: 11px;
  height: 40px;
  box-sizing: border-box;
}
.head .box .hd-content .left > span {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
}
.head .box .hd-content .left > img {
  width: 14px;
  vertical-align: -2px;
}
.head .box .hd-content .right > .normal-a {
  display: inline-block;
  width: 80px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  cursor: pointer;
}
.head .box .hd-content .right > a > img {
  width: 8px;
  vertical-align: middle;
  margin-right: 3px;
}
.head .box .hd-content .right .add-vip {
  height: 16px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  position: relative; 
  cursor: pointer; 
  padding: 0 20px;
}
.head .box .hd-content .right .add-vip:hover {
  color:#04ce9b;
}
.head .box .hd-content .right .add-vip img{
  width:16px;
  height:14px;
  vertical-align: -3px;
  margin-right: 3px;
}
.head .box .hd-content .right > b {
  display: inline-block;
  width: 100px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  font-weight: normal;
  cursor: pointer;
  height: 25px;
}
.head .box .hd-content .right > b a {
  color: #666;
}
.head .box .hd-content .right > b > img {
  width: 8px;
  vertical-align: middle;
  margin-left: 5px;
}
.head .box .hd-content .right .fc {
  color: #04ce9b;
}
.head .box .hd-content .right b .mine {
  display: none;
  position: absolute;
  width: 82px;
  height: 64px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 12px 0px rgba(197, 197, 197, 0.5);
  border-radius: 4px;
  top: 20px;
  left: 7px;
  z-index: 999;
  /* overflow: hidden; */
}

.head .box .hd-content .right b:hover .mine {
  display: block;
}
.head .box .hd-content .right b > .mine a {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  display: block;
}
.head .box .hd-content .right b > .mine a:hover {
  color: rgba(16, 187, 184, 1);
  background: rgba(16, 187, 184, 0.05);
}
.head .box .hd-content .right .wd200 .lawyer-top{
  position: absolute;
  width:90px;
  height:40px;
  background: transparent;
  top:12px;
  left:0;
  z-index:99;
}
.head .box .hd-content .right .wd200 .lawyer {
  display: none;
  position: absolute;
  width: 191px;
  height: 133px;
  background:url(/static/home/v3/common/img/img_diwen@2x.png) center center;
  background-size:cover;
  box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1);
  border-radius: 4px;
  top: 35px;
  z-index: 999;
  left: -58px;
  box-sizing: border-box;
  padding-top: 30px;
}
.head .box .hd-content .right .wd200 .lawyer a:first-child img{
  width:20px;
  height:20px;
  margin-right: 2px;
}
.head .box .hd-content .right .wd200 .lawyer::after{
  position: absolute;
  top: -6px;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #fff;
}

.head .box .hd-content .right .wd200:hover span {
  display: block;
}
.head .box .hd-content .right .wd200 span .btn {
  display: block;
  width: 120px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid rgba(16, 187, 184, 1);
  margin-left:25px;
  line-height: 40px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(16, 187, 184, 1);
  margin-bottom: 15px;
}
.head .box .hd-content .right .wd200 span > a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
.head .box .hd-content .right .wd200 span > a > i {
  color: #04ce9b;
}
.head .box .hd-content .right .qrcode-top{
  position: absolute;
  width:90px;
  height:35px;
  background: transparent;
  top:12px;
  left:0;
  z-index:99;
}
.head .box .hd-content .right .qrcode::after{
  position: absolute;
  top: -6px;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #fff;
}
.head .box .hd-content .right .wd200 .qrcode {
  display: block;
  width: 200px;
  height: 225px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1);
  border-radius: 4px;
  padding-top: 20px;
  display: none;
  position: absolute;
  top: 35px;
  z-index: 999;
  left: -58px;
  box-sizing: border-box;
 
}
.head .box .hd-content.right .wd200 .qrcode i {
  font-size: 14px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
}
.head .box .hd-content .right .wd200 .qrcode img {
  width: 105px;
  height: 110px;
  object-fit: cover;
  display: block;
  margin: 20px auto 15px auto;
}
.head .search {
  padding: 40px 0 0 0;
  position: relative;
}
.head .search .logo {
  width: 250px;
  float: left;
}
.head .search .inpbox {
  box-sizing: border-box;
  width: 481px;
  height: 40px;
  border-radius: 40px;
  border: 2px solid #04ce9b;
  float: left;
  margin-left: 187px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  /* overflow: hidden; */
  /* padding:10px 26px 0 52px; */
  position: relative;
}
#keywords {
}
#textWord {
  float: left;
  cursor: pointer;
  /* width: 60px; */
  height: 36px;
  text-align: center;
  line-height: 36px;
  margin-left: 26px;

}
/* #keywords:hover>#set{
    display: block;
} */
.active-choose-nav {
  color: #04ce9b !important;
}
#set > div {
  width: 100%;
  height: 3px;
  opacity: 0;
}
.head {
  background: #fff;
}
.head .search .inpbox #set {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 12px 0px rgba(197, 197, 197, 0.5);
  border-radius: 4px;
  position: absolute;
  padding-top:24px;
  padding-bottom: 24px;
  width: 102px;
  top: 45px;
  left: -12px;
  overflow: hidden;
  display: none;
  z-index: 99;
}
.head .search .inpbox #set li {
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  cursor: pointer;
}
.head .search .inpbox #set li:hover {
  color: #04ce9b;
}
.head .search .inpbox #set .act {
  background: rgba(16, 187, 184, 0.1);
  color: #04ce9b;
}
.head .search .inpbox .xl {
  position: relative;
  width: 8px;
  float: left;
  margin-top: 14px;
  margin-left: 7px;
}
.cgmask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.head .search .inpbox input {
  float: left;
  border: none;
  margin-left: 26px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  width: 270px;
  height: 34px;

}
.search-box {
  width: 103px;
  background: #04ce9b;
  height: 36px;
  border-radius: 0 36px 36px 0px;
  margin-right: -1px;
  float: right;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  padding-top: 7px;
}
.search-box span {
  vertical-align: middle;
  color: #fff;
  line-height: 20px;
  font-size: 14px;
}
.search-box .ss {
  width: 15px;
  height: 15px;
  cursor: pointer;
  vertical-align: middle;
}
.head .search .yyfw {
  width: 123px;
  height: 40px;
  background: #04ce9b;
  border-radius: 22px;
  display: inline-block;
  margin-left: 10px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}
.head .search .yyfw:hover {
  background-color: #01c392;
}
.head .search .yyfw img {
  width: 16px;
  vertical-align: -2px;
  margin-right: 2px;
}
.head .search .kszxClone {
  width: 123px;
  height: 40px;
  background: #ffa009;
  border-radius: 22px;
  display: inline-block;
  margin-left: 10px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}
.head .search .kszxClone:hover {
  background-color: #ffaa09;
}
.head .search .kszxClone img {
  width: 16px;
  margin-right: 2px;
}

.head .search .kszx {
  width: 123px;
  height: 40px;
  background: #ffa009;
  border-radius: 22px;
  float: left;
  margin-left: 10px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}
.head .search .kszx:hover {
  background: #ca522c;
}
.head .search .kszx img {
  width: 16px;
  vertical-align: -4px;
  margin-right: 2px;
}
.head .search .tel {
  width: 110px;
  height: 80px;
  position: absolute;
  top: 17px;
  right: 0;
  object-fit: cover;
}
.head .navTop {
  width: 1200px;
  height: 35px;
  margin: 50px auto 0 auto;
}
.head .navTop li {
  display: inline;
  margin-left: 70px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  padding-bottom: 11px;
  position: relative;
}
.head .navTop li .gif{
  position: absolute;
  right: 2px;
  top: -23px;
  width:70px;
  height:23px;
  background: url(/static/home/v3/common/img/img_biaoqian.png) no-repeat ;
  background-size: cover;
  /* color:#ffffff; */
 
}
.head .navTop li > a {
  display: inline-block;
  color: #333333;
  box-sizing: border-box;
  position: relative;
  height: 35px;
}
.head .navTop li > a img {
  width: 10px;
}
.head .navTop li:hover > a{
  color:#04ce9b;
}
.head .navTop li:hover > a:after {
  position: absolute;
  content: "";
  height: 4px;
  border-radius: 2px !important;
  background: #04ce9b;
  width: 100%;
  bottom: 0px;
  left: 0;
  right: 0;
  overflow: hidden;
}
.menu_active {
  position: relative;
  height: 35px;
  font-weight: bold;
  /* color: #04ce9b !important; */
}

.menu_active::after {
  position: absolute;
  content: "";
  height: 4px;
  border-radius: 2px !important;
  background: #04ce9b;
  width: 100%;
  bottom: 0px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.head .navTop li:first-child {
  margin-left: 0;
}
.head .navTop li.active {
  border-bottom: 3px solid #04ce9b;
}
.head .navTop li.active a {
  color: rgba(16, 187, 184, 1);
}
.city-header-choose {
  height: 100%;
  position: relative;
}
.city-header-choose .city-choose {
  display: none;
  width: 255px;
  padding: 17px 10px 20px 11px;
  background: #ffffff;
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 999;
  box-shadow: 0px 4px 12px 0px rgba(197, 197, 197, 0.5);
  border-radius: 4px;
}
.city-header-choose:hover .city-choose {
  display: block;
}
.city-header-choose .city-choose > span {
  width: 50px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  background: #ffffff;
  border-radius: 2px;
  margin: 0 5px;
  margin-top: 5px;
}
.city-header-choose .city-choose span:hover {
  cursor: pointer;
  background: #04ce9b;
  color: #ffffff !important;
}
/* .active-city{
    background: #04ce9b;
    color:#FFFFFF !important
} */

.head .navTop li:hover .menu-xl {
  display: block;
}

.head .navTop li:last-child:hover > a::after {
  width: 0;
  height: 0;
}
.menu-xl-top{
  position: absolute;
  width: 100%;
  height: 32px;
  background: transparent;
  top: 32px;
  left: -6px;
  z-index:2;
}
.menu-xl {
  position: absolute;
  /* left: 50%; */
  left:32px;
  transform: translate(-50%);
  top: 45px;
  width: 130px;
  padding:24px 0;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(233, 233, 233, 1);
  box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1);
  border-radius: 4px;
  z-index: 999;
  background: #fff;
  display: none;
  font-size:14px;
}

.menu-xl::after {
  position: absolute;
  top: -6px;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #fff;
}

.menu-xl > a:hover {
  background: #f2f5f7;
  color: #595959;
}

.menu-xl > a {
  display: block;
  height: 34px;
  font-size: 14px;
  color: #595959;
  cursor: pointer;
  text-align: center;
  line-height: 34px;
}
.menu_active a {
  color: #04ce9b !important;
}
.menu_active > a::after {
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 100%;
  height: 2px;
  background: #04ce9b;
}
.menu-xl > a:first-child {
  margin-top: 8px;
}
